ODataV4PrimitiveResult<T>

A container that allows you to capture metadata from an OData V4 response.

Syntax

public class ODataV4PrimitiveResult<T> : ODataV4ResponseBase

Inheritance

Properties

Value

[JsonPropertyName("value")]
public T Value { get; set; }
Gets or sets the primitive value returned by the OData service. This property contains the actual data payload for primitive type responses.

Returns

T